A built-in template for a Liquid file. It is used each time you create a new Liquid file by selecting New | Liquid File from
the popup menu in one of the project views. Along with Liquid statements, expressions, and comments, you can also use the predefined
variables listed below. Every variable is expanded like macros into the corresponding value. By means of the
#parse directive, you can include templates from the Includes tab by specifying the full name of the desired
template as a parameter in quotation marks.
|
| Predefined variables take the following values: | ||
${FILE_NAME} |
Current file name | |
${USER} |
Current user system login name | |
${DATE} |
Current system date | |
${TIME} |
Current system time | |
${YEAR} |
Current year | |
${MONTH} |
Current month | |
${DAY} |
Current day of the month | |
${HOUR} |
Current hour | |
${MINUTE} |
Current minute | |
${PRODUCT_NAME} |
Current IDE name | |
${PROJECT_NAME} |
Current project name | |